Move destroy_foreign comment
authorMatthias Clasen <mclasen@redhat.com>
Sat, 11 Dec 2010 02:55:41 +0000 (21:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 21 Dec 2010 17:06:57 +0000 (12:06 -0500)
gdk/gdkwindowimpl.h

index 35aad9231df27ca30da3a6896a020b23e8bbb63c..00ecedd81fba88250e388dff6925e0c4a94e16c0 100644 (file)
@@ -153,6 +153,12 @@ struct _GdkWindowImplClass
                                         gboolean         recursing,
                                         gboolean         foreign_destroy);
 
+
+ /* Called when gdk_window_destroy() is called on a foreign window
+  * or an ancestor of the foreign window. It should generally reparent
+  * the window out of it's current heirarchy, hide it, and then
+  * send a message to the owner requesting that the window be destroyed.
+  */
   void         (*destroy_foreign)       (GdkWindow       *window);
 
   cairo_surface_t * (* resize_cairo_surface) (GdkWindow       *window,